home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 2 / Assassins 2 - Ultimate Games No. 2 (1995)(Weird Science)[!][Amiga-CD32-CDTV].iso / disks / mv-9.dms / mv-9.adf / GiffToIff / giftrans / Giftrans.Src / source / Readme.amiga < prev    next >
Text File  |  1995-04-11  |  1KB  |  58 lines

  1. Giftrans - What is it?
  2. ~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Convert any GIF file into a GIF89a.
  5. Allows for setting the transparent or background color, changing colors,
  6. adding or removing comments. Also code to analyze GIF contents.
  7.  
  8.  
  9. This Version
  10. ~~~~~~~~~~~~
  11.  
  12. The following archive contains a quick and dirty compile of
  13. Andreas Ley's Giftrans tool (v1.11.1) using SAS/C 6.55 for
  14. Amiga.
  15.  
  16.  
  17. Important Files:
  18. ~~~~~~~~~~~~~~~~
  19.  
  20. getopt.c        - getopt() function clone
  21. giftrans        - Amiga binary (should be generic for any Amiga)
  22. giftrans.c      - slightly tweaked code for Amiga
  23. giftrans.orig    - original source code
  24. rgb.txt         - X11 rgb.txt color table (See below)
  25.  
  26.  
  27. NOTES:
  28. ~~~~~~
  29.  
  30. The file rgb.txt is expected to reside in the directory
  31.  
  32.   usr:lib/X11
  33.  
  34. if you don't like this, edit the source and recompile.
  35.  
  36.  
  37. Disclaimer:
  38. ~~~~~~~~~~~
  39.  
  40. I haven't tested all the options yet, so if it doesn't work
  41. right, please tell me about it and I may just have time to
  42. fix it :-)
  43.  
  44.  
  45. Copyright:
  46. ~~~~~~~~~~
  47.  
  48. Giftrans is:
  49.  
  50.  Copyright (c) 24.2.94 by Andreas Ley <ley@rz.uni-karlsruhe.de>
  51.  
  52. This archive created by:
  53.  
  54. | Geoff Seeley    (geoff@softwords.bc.ca)    _ Happiness is: An MR2 @ Redline |
  55. | Softwords Research Int Ltd, Victoria BC _ // Toyota MR2 Info Via URL Below  |
  56. | Canada, V8Z 4M2, (604) 727-6522         \X/  <PGP Key available via Finger> |
  57. | <a href="http://www.softwords.bc.ca/~geoff/HomePage.html"> My Web Page </a> |
  58.